home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / VLC Media Player 0.9.6 / vlc-0.9.6-win32.exe / lua / meta / README.txt < prev   
Text File  |  2008-11-13  |  398b  |  13 lines

  1. Instructions to code your own VLC Lua meta script.
  2. $Id$
  3.  
  4. See lua/README.txt for generic documentation about Lua usage in VLC.
  5.  
  6. Examples: See googleimage.lua .
  7.  
  8. VLC Lua meta modules should define one of the following functions:
  9.  * fetch_art(): returns a path to an artwork for the given item
  10.  
  11. Available VLC specific Lua modules: msg, stream, strings, variables,
  12. objects and misc. See lua/README.txt
  13.